home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Akce / Half-Life / IOS / ios3.exe / {app} / server.cfg < prev    next >
Encoding:
Text File  |  2003-11-10  |  459 b   |  22 lines

  1. // Use this file to configure your DEDICATED server. 
  2. // This config file is executed everytime the server changes levels.
  3.  
  4. // disable autoaim
  5. sv_aim 0
  6.  
  7. // player bounding boxes (collisions, not clipping)
  8. sv_clienttrace 3.5
  9.  
  10. // disable clients' ability to pause the server
  11. pausable 0
  12.  
  13. // default server name. Change to "Bob's Server", etc.
  14. hostname "International Online Soccer 3.0"
  15.  
  16. // maximum client movement speed 
  17. sv_maxspeed 460
  18.  
  19.  
  20.  
  21.  
  22.